Link broadway backend against librt
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 01:30:01 +0000 (21:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 01:30:51 +0000 (21:30 -0400)
This is needed for shm_open, according to its man page.

https://bugzilla.gnome.org//show_bug.cgi?id=698031

gdk/broadway/Makefile.am

index 0f190b340264f904ae0999230749c2d91ef9b165..56b4c50202aaef0cdc2c5dfbf719629b163e31e9 100644 (file)
@@ -15,7 +15,7 @@ AM_CPPFLAGS =                         \
        $(GTK_DEBUG_FLAGS)              \
        $(GDK_DEP_CFLAGS)
 
-LDADDS = $(GDK_DEP_LIBS)
+LDADDS = $(GDK_DEP_LIBS) -lrt
 
 noinst_LTLIBRARIES = libgdk-broadway.la